body,td,th{ font-size:14px; color:#666;}
a{ color:#666; text-decoration:none; font-size:14px;}
a:hover{color:#2255ca; text-decoration:none;}
body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th{ margin:0; padding:0;}
dl,dt,dd{ margin:0px; padding:0px; list-style:none;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
input,textarea,slsct{ font-family:inherit; font-size:14px;}
img{ border:0;}
.cl{ clear:both;}
.fl{ float:left;}
.fr{ float:right;}



/*字体*/
@font-face {
font-family:DIN-Medium;
src:url(../fonts/din-medium.ttf),
     url(../fonts/din-medium.eot),
     url(../fonts/fee48fe2628a4feb99385904c9cb294b.woff),
     url(../fonts/din-medium.woff2);
}

@font-face {
font-family:TwCenMT;
src: url(../fonts/twcenmt.ttf),
     url(../fonts/twcenmt.eot),
     url(../fonts/b75ed6906d5240ebb6c31bc4cc820b3d.woff),
     url(../fonts/twcenmt.woff2);
}

@font-face {
font-family:neutraface2;
src: url(../fonts/neutraface2display-titling-webfont_woff2_0_ttf.txt),
url(../fonts/neutraface2display-titling-webfont_woff2_0_eot.txt),
url(../fonts/neutraface2display-titling-webfont_woff2_0_woff.txt),        
url(../fonts/neutraface2display-titling-webfont_woff2_0_woff2.txt),
url(../fonts/neutraface2display-titling-webfont_woff2_0_svg.txt);
}



/*顶部*/
.top_bg{ width:100%; background:#eee; height:48px; line-height:48px;}
.top{ width:1200px; margin:0 auto;}
.top_fl{ float:left;}
.top_fr{ float:right;}
.top_fr li{ position:relative; float:left;}
.top_fr li:nth-child(1){ padding-left:29px; width:56px; background:url(../images/20200819090052_1278101983.png) left no-repeat;}
.top_fr li:nth-child(2){ margin-left:29px; padding-left:25px; width:70px; background:url(../images/20200819090052_274876687.png) left no-repeat;}
.top_fr li:nth-child(3){ margin-left:21px; padding-left:34px; width:56px; background:url(../images/20200819090052_1810554040.png) left no-repeat;}
.top_fr li em { position:absolute; top:20px; right:100px; transform:scale(0); transition:0.5s; z-index:10;}
.top_fr li:hover{ color:#2255ca; cursor:pointer;}
.top_fr li:hover em { transform:scale(1);}
.top_fr li em img{ width:100px;}



/*抬头*/
.head_bg{ width:1200px; margin:0 auto;}
.head_logo{ margin-top:30px; width:369px; height:78px; float:left;}
.head_ggy{ margin-top:42px; margin-left:170px; float:left;}
.head_ggy span{ display:block; margin-bottom:10px; color:#333; font-size:26px; line-height:26px;}
.head_ggy li{ margin-left:10px; float:left; width:66px; height:40px; color:#fff; text-align:center;}
.head_ggy li:nth-child(1){ margin-left:6px; background:url(../images/20200819090052_653602663.png) center no-repeat;}
.head_ggy li:nth-child(2){ background:url(../images/20200819090053_508189041.png) center no-repeat;}
.head_ggy li:nth-child(3){ background:url(../images/20200819090053_1977153406.png) center no-repeat;}

.head_phone{ float:right; margin-top:45px; padding-left:68px; width:180px; line-height:14px; background:url(../images/20200904113003_1195556821.png) left no-repeat;}
.head_phone span{ display:block; margin-top:9px; font-size:28px; line-height:28px; font-family:DIN-Medium; color:#333; font-weight:bold;}


/*导航*/
.nav_bg{ margin-top:18px; width:100%; height:70px; background:#2255ca;}
.nav{ width:1200px; margin:0 auto;}
.nav li{ position:relative; float:left; background:url(../images/20200819101219_1602119279.png) right no-repeat;}
.nav ul li:nth-child(10){ background:none;}
.nav li a{ display:block; padding:0px 43px; line-height:70px; color:#fff; font-size:16px; text-decoration:none;}
.nav li:hover{ background:#dcb555 !important;}
.navcurrent{ display:block; padding:0px 30px 0 25px; line-height:70px; color:#fff; font-size:16px; text-decoration:none; background:#dcb555 !important;}



/*幻灯片*/
.banner{ overflow:hidden; background:#fff; position:relative;}
.banner-box{ min-width:1200px; height:550px; position:relative; margin:0 auto;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{ width:100% !important; height:550px; background-position:center; background-repeat:no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;}
.banner-btn { width:100%; position:absolute; top:70px;; left:0; margin-left:0; height:100%; overflow:hidden;}
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:158px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out}
.banner-btn a.prev{ left:-50px; background:url(../images/20200406105537_1621109331.png) 0 0 no-repeat;} 
.banner-btn a.next{ right:-50px; background:url(../images/20200406105537_1621109331.png) -49px 0 no-repeat;}
.banner-box .hd { position:absolute; bottom:100px; width:100%;}
.banner-box .hd ul { width:1200px; margin:0 auto; text-align:center;}
.banner-box .hd ul li{ width:100px; height:6px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block;margin:0 5px;transition:0.3s all ease-in-out;}
.banner-box .hd ul li.on{ background:#2255ca; width:100px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4;}
.banner-box:hover .banner-btn a.next{ right:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4;}
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}



/*搜索*/
.search_bg{ width:100%; height:108px; padding-top:37px;  background:#f2f4f5;}
.search{width:1200px; margin:0 auto; background:#fff; height:66px; line-height:66px;}
.search_fl{ float:left; text-indent:25px;}
.search_fl a{ margin-left:15px;}
.search_fl a:nth-child(1){ margin-left:0px;}

.search_fr{ float:right; margin:16px 24px 0 0; width:335px; height:38px; background:#f3f4f6;}
.search_pro{ float:left; width:273px; margin-right:24px; font-size:15px; color:#a9a9a9;}
input#infoname{ color:#a9a9a9; background:#f3f4f6; text-indent:17px;}
.search_btn{ float:right; width:45px;}



/*产品推荐*/
.pro_bg{ width:100%; height:890px; background:#f2f4f5;}
.pro_main{ padding-top:40px; width:1200px; height:780px; margin:0 auto; background:#fff;}
.pro_bt{ height:82px; text-align:center; font-size:18px; line-height:18px; background:url(../images/20200819154207_745371104.png) bottom no-repeat;}
.pro_bt span{ display:block; margin-bottom:10px; font-size:36px; line-height:36px; color:#333; font-weight:bold;}

.pro_sort{ position:relative; margin:29px auto !important; width:1150px; margin:0 auto;}
.pro_sort li{ position:relative; float:left; margin-right:15px; width:218px; background:url(../images/20200819161633_1460676192.png) no-repeat 20px 17px #336ef5 !important;}
.pro_sort li:nth-child(5){ margin-right:0px;}
.pro_sort li a{ display:block; font-size:16px; color:#fff; line-height:58px; text-indent:57px; text-decoration:none;}
.pro_sort li a:before{ position:absolute; top:20px; right:22px; display:block; width:20px; height:20px; content:''; background: url(../images/20200819175334_1145887146.png) no-repeat;}
.pro_sort li:hover{ background:url(../images/20200819161633_1460676192.png) no-repeat 20px 17px #dab968 !important; -webkit-transition:all .5s; transition:all .5s;}
/* .pro_sort .procurrent{ background:url(../images/20200819161633_1460676192.png) no-repeat 20px 17px #dab968 !important;} */

.pro_show{ width:1150px; margin:0 auto; height:550px; overflow:hidden;}
.pro_show table td{ position:relative; float:left; padding-left:0px !important; padding-bottom:25px; margin-left:14px; width:276px; overflow:hidden;}
.pro_show table td:nth-child(1),.pro_main table td:nth-child(5){ margin-left:0px;}
.pro_show span { display:block; margin-top:7px;}
.pro_show span a{ width:275px; color:#333; text-align:left; display:block; text-indent:23px; line-height:43px !important; background:url(../images/20200819194319_938017797.png) no-repeat 231px #eee; text-decoration:none;}
.pro_show table td:hover span a{ color:#fff; background:url(../images/20200819194559_1191136012.png) no-repeat 211px #2255ca; -webkit-transition:all .5s; transition:all .5s;}
.pro_show td > a:before{ position:absolute; top:-275px; content:""; display:block; width:275px; height:207px; transition:0.5s; background:url(../images/20200819194652_650646261.png) center no-repeat rgba(0,0,0,0.4);}
.pro_show td:hover > a:before{ top:0;}
.pro_show table td img { border:1px solid #ccc;width: 273px;}



/*产品特点*/
.protd_bg{ width:100%; margin-top:66px;}
.protd_bt{ height:82px; text-align:center; font-size:18px; line-height:18px; background:url(../images/20200819154207_745371104.png) bottom no-repeat;}
.protd_bt span{ display:block; margin-bottom:10px; font-size:36px; line-height:36px; color:#333; font-weight:bold;}
.protd_main{ margin-top:14px; height:500px; background:url(../images/20200907161044_164766030.png) center no-repeat;}
.protd_list{ position:relative; width:1200px; margin:0 auto;}
.protd_main li{ position:absolute; font-size:16px; line-height:28px;}

.protd_main li:nth-child(1){ top:46px; width:345px;}
.protd_main li:nth-child(2){ top:197px; width:313px;}
.protd_main li:nth-child(3){ top:346px; width:329px;}
.protd_main li:nth-child(1) p,.protd_main li:nth-child(2) p,.protd_main li:nth-child(3) p{ padding-left:25px;}

.protd_main li:nth-child(4){ top:46px; right:0; width:329px; text-align:right;}
.protd_main li:nth-child(5){ top:197px; right:0; width:298px; text-align:right;}
.protd_main li:nth-child(6){ top:346px; right:0; width:316px; text-align:right;}
.protd_main li:nth-child(4) p,.protd_main li:nth-child(5) p,.protd_main li:nth-child(6) p{ padding-right:25px;}

.protd_main li span{ padding-left:25px; display:block; font-size:20px; font-weight:bold; color:#333; background:url(../images/20200820084710_804795552.png) left no-repeat;}
.protd_main li:nth-child(4) span,.protd_main li:nth-child(5) span,.protd_main li:nth-child(6) span{ padding-right:25px; display:block; font-size:20px; font-weight:bold; background:url(../images/20200820084710_804795552.png) right no-repeat;}



/*应用案例*/
.case_bg{ margin-top:44px;}
.case_bt{ height:86px; text-align:center; font-size:18px; line-height:18px; background:url(../images/20200819154207_745371104.png) bottom no-repeat;}
.case_bt span{ display:block; margin-bottom:10px; font-size:36px; line-height:36px; color:#333; font-weight:bold;}

.case_main{ position:relative; margin:29px auto 0 auto; height:492px; width:1200px;}
.case_main td { position:relative; display:block; float:left; width:325px; margin:5px; overflow:hidden; transition:all 0.8s linear;}
.case_main td{ padding-left:0 !important;}
.case_main td>a{ display:block; overflow:hidden;}
.case_main td img { width:100%; height:auto; transition:0.5s all ease-in-out; }
.case_main td:hover a img{ transform:scale(1.2);}

.case_main td:nth-child(1){ margin-left:0px !important; margin-right:0px;}
.case_main td:nth-child(2){ width:540px !important; height:492px !important;}
.case_main td:nth-child(3){ position:absolute; right:0px; margin-right:0px;}
.case_main td:nth-child(4){ position:absolute; left:0px; top:248px; margin-left:0px; margin-bottom:0px;}
.case_main td:nth-child(5){ position:absolute; right:0px; top:248px; margin-right:0px;}
.case_main div a{ display:block; position:absolute; bottom:24px; background:rgba(238,238,238,0.9) url(../images/20200821100510_1062683609.png) 284px no-repeat; width:325px; line-height:53px; text-align:left; text-indent:16px;}
.case_main td:nth-child(2) img { height:492px !important;}
.case_main td:nth-child(2)>div>a{ width:100%; bottom:0px; background:rgba(238,238,238,0.9) url(../images/20200821100510_1062683609.png) 500px no-repeat;}
.case_main td:hover>div>a{ color:#fff; opacity:0.9; background:#2255ca url(../images/20200821102642_1663896102.png) 284px no-repeat;}
.case_main td:nth-child(2):hover>div>a{ background:#2255ca url(../images/20200821102642_1663896102.png) 500px no-repeat;}



/*核心优势*/
.adv_bg{ position:relative; width:100%; margin-top:60px;}
.adv_btbg{ height:264px; background:url(../images/20200820111033_355587576.jpg) center no-repeat}
.adv_bt{ padding-top:66px; font-size:22px; line-height:22px; color:#fff; text-align:center;}
.adv_bt i{ font-size:80px; line-height:80px; font-family:Arial;}
.adv_bt span{ display:block; margin-bottom:9px; font-size:46px; font-weight:bold; line-height:46px;  margin-top: -28px;}

.adv_main1{ height:852px; background:url(../images/20200820111033_885958278.jpg) center no-repeat;}
.adv_main{ width:1200px; margin:0 auto;}
.adv1{ padding-top:100px;}
.adv_tit{ padding-left:110px; position:relative; font-size:46px; line-height:46px; color:#333; font-weight:bold;}
.adv_tit:after{ position:absolute; top:0px; left:50%; margin-left:-212px; display:inline-block; width:444px; height:82px; content:''; background:url(../images/20200826094938_2028705152.png) no-repeat;}
.adv_tit em{ position:absolute; top:10px;; left:0; font-size:100px; color:#ccc; font-family:Tw Cen MT;}
.adv_tit span{ margin-top:4px; display:block; font-size:16px; line-height:16px; color:#999; font-weight:normal; text-transform:uppercase;}

.adv_nr span{ margin-top:36px; display:block; width:502px; font-size:28px; line-height:51px; font-weight:bold; background:#2255ca; border-radius:30px; color:#fff; text-indent:41px;}
.adv_nr p{ padding-left:20px; margin:20px 0 0 23px; width:450px; font-size:16px; line-height:28px; background:url(../images/20200820135357_257374999.png) 0 9px no-repeat;}
.adv2{ float:right; padding-top:110px;}
.adv2 .adv_tit:after{ position:absolute; top:0px; left:50%; margin-left:-440px; display:inline-block; width:182px; height:82px; background:url(../images/20200826094938_292231149.png) no-repeat;}

.adv_main2{ height:828px; background:url(../images/20200820111033_1216770657.jpg) center no-repeat;}
.adv_main2:after{ position:absolute; left:50%; margin-left:-10px; bottom:0px; content:''; display:block; width:17px; height:17px; background:#2255ca; border-radius:50%;}
.adv3{ padding-top:84px;}
.adv3 .adv_tit:after{ position:absolute; top:-4px; left:50%; margin-left:-304px; display:inline-block; width:396px; height:82px; background:url(../images/20200826094938_1523401594.png) no-repeat;}
.adv4{ float:right; padding-top:130px;}
.adv4 .adv_tit:after{ position:absolute; top:0px; left:50%; margin-left:-438px; display:inline-block; width:182px; height:82px; background:url(../images/20200826094938_1402121406.png) no-repeat;}
.adv4 .adv_nr p{ width:467px;}


	
/*关于我们*/
.about_bg{ position:relative; margin-top:55px; width:100%; height:660px; background:url(../images/20200820145151_1854534199.jpg) center no-repeat #f2f4f5;}
.about_main{ width:1200px; margin:0 auto;}
.about_fl{ float:left; margin-top:74px;}
.about_tit{ font-size:26px; color:#333; line-height:26px;}
.about_tit span{ display:block; margin-bottom:10px; font-size:44px; font-weight:bold; font-family:Tw Cen MT;}
.about_des{ margin-top:35px; width:633px; line-height:26px;}
.counts{ margin-top:40px;}
.counts li{ position:relative; float:left; margin-right:45px;}
.counts li span{ margin-bottom:10px; display:block; font-size:18px; line-height:18px; color:#333; font-weight:bold;}
.counts li i{ font-size:60px; color:#333; font-weight:bold; font-family:neutraface2; letter-spacing:-3px;}
.counts li:nth-child(1){ width:145px;}
.counts li:nth-child(2){ width:128px;}
.counts li:nth-child(3){ width:107px;}
.counts li:nth-child(4){ width:125px;}
.counts li:nth-child(1) i{ width:109px;}
.counts li:nth-child(2) i{ width:93px;}
.counts li:nth-child(3) i{ width:73px;}
.counts li:nth-child(4) i{ width:90px; letter-spacing:0px;}
.counts li em{ font-size:20px; position:absolute; left:120px; bottom:11px; display:inline-block; width:27px; height:27px; background:#2255ca; border-radius:50%; color:#fff; text-align:center; line-height:24px;}
.counts li:nth-child(2) em{ font-size:14px; position:absolute; left:105px; display:inline-block; width:27px; height:27px; background:#2255ca; border-radius:50%; color:#fff; text-align:center; line-height:24px;}
.counts li:nth-child(3) em{ font-size:20px; position:absolute; left:80px; display:inline-block; width:27px; height:27px; background:#2255ca; border-radius:50%; color:#fff; text-align:center; line-height:24px;}
.counts li:nth-child(4) em{ font-size:14px; position:absolute; left:97px; display:inline-block; width:27px;  height:27px; background:#2255ca; border-radius:50%; color:#fff; text-align:center; line-height:24px;}
.about_more{ margin-top:46px;}
.about_more a{ display:block; width:150px; line-height:51px; text-indent:13px; color:#a3a3a3; background:#fff url(../images/20200820155909_1562502082.png) 106px 23px no-repeat;}
.about_more a:hover{ color:#fff; background:#2255ca url(../images/20200820160322_17807991.png) 106px 23px no-repeat; -webkit-transition:all .5s; transition:all .5s;}
.about_fr{ position:absolute; left:50%; bottom:0px; margin-left:93px; width:421px; height:160px; background:url(../images/20200820161953_1084757625.png) no-repeat;}
.wenzi{ margin:30px 43px 0 0; color:#fff; text-align:right; font-size:24px;}
.wenzi i{ font-family:Engravers MT; font-size:32px;}
.wenzi span{ display:block; font-family:Arial; font-size:28px; font-weight:bold;}



/*定制流程*/
.process_bg{ position:relative; padding-top:52px; height:407px; background:url(../images/20200907164217_1439021206.png) center bottom no-repeat;}
.process_bt{ height:82px; text-align:center; font-size:18px; line-height:18px; background:url(../images/20200819154207_745371104.png) bottom no-repeat;}
.process_bt span{ display:block; margin-bottom:10px; font-size:36px; line-height:36px; color:#333; font-weight:bold;}

.process_main{ width:1200px; margin:0 auto; margin-top:46px;}
.process_main li{ position:relative; margin-right:21px; float:left; font-size:18px; text-align:center;}
.process_main li:nth-child(10){ margin-right:0px;}
.process_main li i{ position:absolute; left:34px; top:-15px; display:block; width:34px; line-height:34px; border-radius:50%; background:#2255ca; font-family:TwCenMT; color:#fff; text-align:center;}
.process_main li em{ display:block; width:101px;}
.process_main li span{ margin-top:12px; display:block;}

.process_phone{ position:absolute; bottom:0px; left:50%; margin-left:-220px; font-size:16px; color:#fff; line-height:59px;}
.process_phone i{ padding-left:31px; display:inline-block; background:url(../images/20200907164448_1339831723.png) left no-repeat;}
.process_phone span{ position:absolute; width:466px; font-size:30px; font-family:DIN-Medium;}
.process_phone a{ position:absolute; left:50%; margin-left:280px; top:11px; display:inline-block; width:133px; font-size:16px; line-height:36px; color:#2255ca; text-indent:15px; border-radius:40px; background:url(../images/20200820174605_1103641189.png) 88px 14px no-repeat #fff;}



/*新闻资讯*/
.news_bg{ width:1200px; margin:0 auto; padding-top:58px;}
.news_bt{ float:left; font-size:36px; line-height:36px; color:#333; font-weight:bold;}
.news_bt span{ display:block; width:224px; line-height:53px; font-size:18px; color:#666; font-weight:normal; background:url(../images/20200820202616_1185758150.png) center no-repeat;}
.news_lm{ float:right; margin-top:30px;}
.news_lm li{ float:left;}
.news_lm li a{ margin-right:50px; display:block; width:171px; line-height:42px; text-align:center; font-size:18px; border-radius:50px; background:#fff; color:#333; box-shadow:0px 0px 18px 0px #6988ca; text-decoration:none;}
.news_lm li:nth-child(3) a{ margin-right:0px;}
.X3 a{ background:#2255ca !important; color:#fff !important; text-decoration:none;}
.news_main{ margin-top:40px !important;}
.news1{ float:left;}
.news1 .news_div{ position:relative; width:597px;}
.news1 .news_div_item_content{ position:absolute; top:317px; height:98px; z-index:10; padding-left:130px; padding-top:30px; padding-right:40px; width:393px; left:17px; background:#f5f5f5;}
.news1 .news_div_item_title a{ font-size:16px; color:#333; font-weight:bold; margin-bottom:7px; display:block;}
.news1 .news_div_item_body{ font-size:14px; color:#b1b1b1; line-height:24px; color:#777;}
.news1 .news_div_item_pic{ position:absolute; width:598px; height:376px; overflow:hidden; top:0px;}
.news_div_item_pic img{ width:598px; height:376px; -webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.news1:hover .news_div_item_pic img{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); transform:scale(1.1);}
.news1:hover .news_div_item_title a{ color:#2255ca; text-decoration:none;}
.news1 .news_div_item_year{ float:left; position:absolute; top:51px; left:26px;}
.news1 .news_div_item_date{ position:relative; width:102px; height:75px; border-right:1px solid #dcdcdc; float:left; background:#f5f5f5; font-size:14px; color:#555; position:absolute; top:346px; left:17px; margin-bottom:30px; font-family:Arial; z-index:100;}
.news1 .news_div_item_month{ position:absolute; top:51px; left:62px;}
.news1 .news_div_item_day{ font-size:40px; position:absolute; font-weight:bold; top:8px; left:30px;}
.news2{ float:right; width:554px;}
/* .news2 .news_div_item:nth-child(1){ display:none;} */
.news2 .news_div_item_date{ width:87px; height:87px; float:left; background:#f5f5f5; font-size:14px; color:#555; position:relative; margin-bottom:30px; font-family:Arial;}
.news2 .news_div_item_year{ float:left; position:absolute; top:57px; left:17px;}
.news2 .news_div_item_month{ position:absolute; top:57px; left:54px;}
.news2 .news_div_item_day{ font-size:40px; position:absolute; font-weight:bold; top:14px; left:21px;}
.news2 .news_div_item_content{ width:449px; height:87px; float:right; background:#fff; margin-bottom:30px;}
.news2 .news_div_item_title a{ font-size:16px; color:#333; font-weight:bold;}
.news2 .news_div_item_title{ margin-top:4px; margin-bottom:8px;}
.news2 .news_div_item_body{ color:#777; line-height:24px;} 
.news2 .news_div_item:hover .news_div_item_date{ background:#2255ca; color:#fff;}
.news2 .news_div_item:hover .news_div_item_title a{ color:#2255ca; text-decoration:none;}



/*版权*/
.copy{ position:relative; width:100%; height:346px; margin-top:50px; background:url(../images/20200820200859_65411307.jpg) center no-repeat;}
.copy:after{ position:absolute; left:0; top:-15px; display:block; content:''; clear:both; width:100%; height:15px; background:url(../images/20200820204111_862454797.png) center no-repeat;}
.copy a{ text-decoration:none;}
.copy_main{ width:1200px; margin:0 auto;}
/*版权左边*/
.copy_fl{ position:relative; float:left; width:785px;}
.copy_row1{ width:100%;}
.copy_row1 ul{ position:relative; padding:50px 0 0 50px; float:left; width:210px; height:230px;}
.copy_row1 ul:before{ position:absolute; top:0; left:0px; content:''; display:block; width:1px; height:100%; background:#4e4e4e; transition:0.3s all ease;}
.copy_row1 ul:after{ position:absolute; top:50px; left:-20px; display:block; content:''; width:40px; height:40px; border-radius:50%; background:#666666 url(../images/20200820195411_1730765189.png) no-repeat center; transition:0.3s all ease;}
.copy_row1 ul.copy_row1_2:after{ background:#666 url(../images/20200820195412_1519038161.png) no-repeat center;}
.copy_row1 ul.copy_row1_3:after{ background:#666 url(../images/20200820195412_1573410023.png) no-repeat center;}
.copy_row1:after{content:''; display:block; clear:both;}
.copy_row1 ul li a{ color:#aaa; font-weight:100; display:block; line-height:36px; padding-left:17px; background:url(../images/20200820203121_453458491.png) left 13px no-repeat;}
.copy_row1 ul strong a{ display:block; color:#fff; font-size:18px; line-height:46px;}
.copy_row1 ul strong{ display:block; padding-bottom:10px; background:url(../images/20200820195412_1469439060.png) 83px 21px no-repeat;}
.copy_row1 ul li a:hover{ color:#eee;}
/*备案号*/
.copy_row2{ position:relative; width:100%; line-height:28px; color:#aaa; padding-top: 1px;}
.copy_row2 a{ display:inline-block; color:#aaa;}
.copy_row2 a:hover{ color:#fff;}
.copy_row2:after{ position:absolute; top:-12px; right:0; content:''; display:block; width:1170px; height:1px; background:#4e4e4e;}
/*版权右边*/
.copy_fr{ float:right; padding:50px 0; width:398px; height:245px;}
.copy_tel{ position:relative; padding:10px 0 15px; font-size:14px; font-weight:100; color:#aaa; line-height:24px; text-align:right;}
.copy_tel:after{ position:absolute; bottom:0; right:2px; content:''; width:20px; height:2px; display:block; background:#fff;}
.copy_tel strong{ display:block; font-family:TwCenMT; font-size:36px; font-weight:bold; color:#fff; line-height:42px; text-align:right;}
.copy_p2{ padding:15px 0;}
.copy_p2 p{ text-align:right; font-size:15px; color:#aaa; line-height:35px; padding-right:30px; font-family:arial;}
.copy_p2_1{ background:url(../images/20200820195148_2147460405.png) no-repeat right center;}
.copy_p2_2{ background:url(../images/20200820195148_1303527847.png) no-repeat right center;}
/*友情链接*/
.friendlink{ position:relative; float:right; margin:14px 0; width:215px; line-height:50px; height:50px; background:#2255ca url(../images/20200820203227_2089816774.png) no-repeat 184px 24px;cursor:pointer;}
.fri_L{ float:left; padding-left:50px; width:160px; height:50px; color:#ccc; font-size:14px; line-height:47px; background:#272727 url(../images/20200820195225_362812949.png) no-repeat 15px center; font-weight:100; border:1px solid #444;border-right:0 none;box-sizing:border-box;}
.fri_R{ position:absolute; left:0; display:block; width:160px; height:50px; line-height:50px; opacity:0; filter:alpha(opacity=0); transition:0.3s all ease;}
.linkTagcs{ position:absolute; bottom:0px; width:161px; max-height:50px; overflow:hidden; transition:0.3s all ease-in-out; z-index:3; background:#ddd;}
.friendlink:hover .linkTagcs{ max-height:200px; overflow-x:hidden; overflow-y:auto;}
.linkTagcs li{ position:relative; padding:0 !important; width:100% !important; float:none; line-height:50px; text-align:left; text-indent:10px;}
.linkTagcs li a{ display:block; color:#666; font-size:13px; font-weight:100;}
.friendlink:hover .fri_R{ opacity:1; filter:alpha(opacity=100);}



/*右侧浮动*/
.y-kefu-box { position:fixed; right:0; top:7%; z-index:9999; font-size:13px;}
.y-kefu-box a{ text-decoration:none;}
.y-kefu-box img { display:block; width:100%; height:auto; }
.y-kefu-box01 .icon { display:block; background:url(../images/20200821171554_819600455.png) no-repeat; margin:0 auto 6px;}
.y-kefu-box01 { width:54px; color:#666; text-align:center; }
.y-kefu-box01 .kf-close-btn { width:27px; height:27px; background-position:-5px -115px; position:relative; cursor:pointer;}
.y-kefu-box01 .kf-close-btn:before { content:''; display:block; width:1px; height:12px; position:absolute; bottom:-12px; left:13px; z-index:1;  background-color:#2255ca; }/*颜色更改*/
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display:block; width:52px; padding:8px 0 12px; background-color:#fff; border-left:solid 1px #efefef; border-top:solid 1px #efefef; border-right:solid 1px #efefef; position:relative;}
.y-kefu-box01 .show-status { position:relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color:#2255ca; border-color:#2255ca; color:#fff; margin:10px 0 7px;}/*颜色更改*/
.y-kefu-box01 .kf-zixun { border-radius:2px; }
.y-kefu-box01 .kf-zixun i { width:21px; height:22px; background-position:-5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius:2px; border-top-right-radius:2px; }
.y-kefu-box01 .kf-mobile>i { width:18px; height:18px; background-position:-5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position:-30px -32px; }
.y-kefu-box01 .kf-weChat>i { width:22px; height:19px; background-position:-5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position:-30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius:2px; border-bottom-right-radius:2px; }
.y-kefu-box01 .kf-email>i { width:18px; height:14px; background-position:-5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position:-30px -80px; }
.y-kefu-box01 .back-top i { width:13px; height:11px; background-position:-5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position:-30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom:solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top:20px; border-radius:2px; left:55px;}
.y-kefu-box01 .hver:hover { background-color:#2255ca; border-color:#2255ca;}/*颜色更改*/
.y-kefu-box01 .hver:hover>p { color:#fff; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color:#fff; border:solid 1px #efefef; position:absolute; right:90px; z-index:2; border-radius:2px; display:none;} 
/*电话*/
.y-kefu-box01 .mobile-infos { width:260px; text-align:left; top:0;}
.y-kefu-box01 .mobile-infos>div { padding:20px 0 20px 45px; position:relative; }
.y-kefu-box01 .mobile-infos>div i { width:15px; height:15px; background-position:-52px -32px; position:absolute; top:22px; left:20px; z-index:2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom:solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#2255ca; font-size:18px; }/*颜色更改*/
.right { width:12px; height:12px; position:absolute; right:-12px; top:24px;}
.right-arrow1,.right-arrow2 { width:0; height:0; display:block; position:absolute; left:0; top:0; border-top:6px transparent dashed; border-right:6px transparent dashed; border-bottom:6px transparent dashed; border-left:6px white solid; overflow:hidden;}
.right-arrow1 { left:1px; border-left:6px #efefef solid;}
.right-arrow2 { border-left:6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width:151px; height:178px; top:-60px;}
.y-kefu-box01 .y-ewm-box>div { width:151px; height:178px; }
.y-kefu-box01 .y-ewm-box img { width:94px; height:94px; margin:30px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width:150px;}
.y-kefu-box01 .y-ewm-box .right { top:84px; }
/*邮箱*/
.y-kefu-box01 .y-email-infos { padding:28px 20px 28px 45px; color:#b9b9b9; text-align:left; bottom:0; }
.y-kefu-box01 .y-email-infos p { color:#2255ca; font-size:16px; }/*颜色更改*/
.y-kefu-box01 .y-email-infos>i { width:18px; height:13px; background-position:-52px -80px; position:absolute; left:15px; top:30px; }
.y-kefu-box01 .y-email-infos .right { top:55px;}
.y-kefu-box01 .hide-status { width:54px; height:65px; background-color:#2255ca; position:absolute; top:37px; left:55px; z-index:9;}/*关闭后颜色*/
.y-kefu-box01 .hide-status .kf-zixun { padding:10px 0 7px; color:#fff; cursor:pointer;}